baubs git
Commit 2d384516293b402dd6297af93e0c2b95d3b6d40f
Parents : 821f41d
Author : Jan-Henrik Bruhn <hi-from-github@jhbruhn.de>
Signature : Signature validation error
Date : 2025-12-12T11:54:58+01:00
Committer : GitHub <noreply@github.com>
Date : 2025-12-12T11:54:58+01:00
Increase minimum height of main window to 800
Changes
Diff
diff --git a/electron/main.ts b/electron/main.ts
index d02a862..4a0802e 100644
--- a/electron/main.ts
+++ b/electron/main.ts
@@ -29,7 +29,7 @@ function createWindow() {
width: 1600,
height: 1000,
minWidth: 1280, // Prevent layout from breaking into single-column mobile view
- minHeight: 720,
+ minHeight: 800,
autoHideMenuBar: true, // Hide the menu bar (can be toggled with Alt key)
webPreferences: {
preload: join(__dirname, 'preload.js'),
Served by rngit 1.4.2 - Generated in 0.07s